home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / setpatch.lha / SetPatch40.16 / SetPatch_ReadMe < prev    next >
Text File  |  1995-10-15  |  7KB  |  164 lines

  1. Copyright (C) 1995 Escom AG
  2. The following information may only be reproduced and used in accordance
  3. with the requirements and limitations set forth below. This information
  4. may be used by licensees of AmigaDOS in combination with their lawful
  5. use of licensed copies of AmigaDOS. Reproduction of this information
  6. is limited to that reasonably required for the use of AmigaDOS in
  7. accordance with such license. All reproduction of this information,
  8. in whole or in part, must retain this copyright notice as well as the
  9. warranty disclaimers and limitation of liability as set forth below.
  10. All Other Rights are Reserved.
  11.  
  12. Escom AG makes no warranties or representations, either express,
  13. or implied, with respect to the information set forth herein, which information
  14. is being supplied on an "AS IS" basis, expressly subject to change without notice.
  15. The entire risk as to the use of this information is assumed by the user.
  16. IN NO EVENT WILL ESCOM AG BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR
  17. CONSEQUENTIAL DAMAGES RESULTING FROM ANY CLAIM ARISING OUT OF THE INFORMATION
  18. PRESENTED HEREIN, EVEN IF IT HAS BEEN ADVISED OF THE POSSIBILITIES OF SUCH
  19. DAMAGES. SOME STATES DO NOT ALLOW THE LIMITATION OF IMPLIED WARRANTIES
  20. OR DAMAGES, SO THE ABOVE LIMITATIONS MAY NOT APPLY.
  21.  
  22.  
  23. SetPatch (c) Copyright 1990-1995, Escom AG. All Rights Reserved.
  24.  
  25.  
  26. SetPatch 40.16 is designed to improve system operation of the Amiga
  27. computer with Amiga DOS 2.1 (V38) through 3.1 (V40). The Update_SetPatch
  28. icon or shell-script is designed to automatically update the version of
  29. SetPatch you are using.  If you already have an up-to-date SetPatch,
  30. Update_SetPatch will inform you of that fact and not replace SetPatch.
  31.  
  32.  
  33. The key features of this version of SetPatch are:
  34.  
  35.   o Fixes memory pools, such as used by datatypes. Empty puddles would
  36.     not get returned to the free memory list.
  37.  
  38.   o Fixes problem of A2 and A6 being trashed by V40 WriteChunkyPixels()
  39.  
  40.   o Does not open nonvolatile.library if not already loaded
  41.  
  42.   o Fixes problem of d7 register being trashed by BltBitMap() after an
  43.     interleaved blit with a mask of -1.
  44.  
  45.   o Fixes BestModeIDA() when passed a BIDTAG_MonitorID of DEFAULT_MONITOR_ID
  46.     (this was returning INVALID_ID)
  47.  
  48.   o On A3000 with SCRAM memory and 68040 processor running 37.175,
  49.     turns off Page mode (shouldn't have been on).
  50.  
  51.   o New NOAGA keyword so bootable applications which want the patches
  52.     but are incompatible with the AA chipset can still use the SetPatch.
  53.  
  54.   o Several additional patches for CD32 subsystems such as cd.device
  55.     and nonvolatile.library which are applied if these subsystems
  56.     are present.
  57.  
  58. This is a minor update to SetPatch v40.14 which primarily addresses the
  59. problem of memory pool deallocations not returning all memory until
  60. the pools were eventually deleted. This SetPatch version is identical to
  61. the v40.16 release found on Workbench 3.1 (v40.42).
  62.    Unfortunately, the link library memory pool routines found in amiga.lib
  63. v40.14 as included with the 3.1 NDK do not return empty memory puddles to
  64. the free memory list either. This is a problem that cannot be addressed
  65. through SetPatch, which is why a small "pools.lib" is enclosed with which
  66. software developers should link their programs in addition to amiga.lib.
  67. Make sure to first link with pools.lib first, then with amiga.lib. Please
  68. note that the "Update_SetPatch" script will not install pools.lib, you will
  69. need to do it manually.
  70.  
  71.  
  72. These features of V39 SetPatch are included:
  73.  
  74.   o Activates AA chips if present (all SetPatches V39 and higher do this).
  75.  
  76.   o On some systems, NMI interrupts could be caused due to hardware
  77.     bugs.  These NMIs can cause software/hardware to perform incorrectly
  78.     and has caused major performance problems in some systems.
  79.     In the V37 ROM, the NMI vector pointed at a generalized routine
  80.     that saved all registers, does some work which ends up doing nothing,
  81.     restores all registers, and exits.  This patch will, under V37 ROMs,
  82.     move that vector to point directly at an RTE.
  83.  
  84.   o SetPatch no longer reads the longword after the end of each of
  85.     its hunks.
  86.  
  87.   o Now checks for the CPU type before trying to open the 68040.library
  88.     This is so that the library does not even get loaded if you don't
  89.     need it.  (The 68040.library also does the check.)
  90.  
  91.   o Does not turn on the caches if the intruction cache is not
  92.     already on.  This is such that the bootmenu option will not
  93.     be "undone" by SetPatch.
  94.  
  95.  
  96. This SetPatch also incorporates the following patches from 37.38 and
  97. earlier SetPatches which are applied as required, depending on the
  98. version of the OS:
  99.  
  100.   o On certain 68000-based Amigas, some software which would fail with an
  101.     alert number of 80000003 is now made to work.
  102.  
  103.   o Many older external floppy drives which might have had problems
  104.     under 2.04 now work.
  105.  
  106.   o Setpatch opens the 68040.library and reports the fact that it did
  107.     that.  The 68040 library will only open on systems equipped with a
  108.     68040 CPU.
  109.  
  110.   o The IDE driver in the A600 compensates for an internal cache problem
  111.     with Conner CP2024 hard drives.
  112.  
  113.   o On A3000 machines that have 68040 CPUs and are running the 37.175
  114.     version of the ROM OS, and have SCRAM memory, page mode operation is
  115.     turned off.
  116.  
  117.   o CIA interrupt servers are moved to priority 0 if they are lower than
  118.     priority 0.
  119.  
  120.   o Patches console.device CMD_CLEAR to set up registers correctly.
  121.  
  122.   o Patch to remove potential deadlock condition between console device
  123.     and Intuition's DisplayBeep().
  124.  
  125.   o Patch to properly flush buffered file handles which have never been
  126.     read from.
  127.  
  128.   o Blitter interrupts can be erroneously turned on during system
  129.     initialization.  SetPatch forces them off.
  130.  
  131.   o The slop area for high density floppies is now correctly
  132.     initialized.  This fixes problems when switching between high and
  133.     low density disks on a high-density drive.
  134.  
  135.   o The IAddress field of IDCMP_MOUSEMOVE and IDCMP_MOUSEBUTTONS
  136.     IntuiMessages now has 1.3-compatible values.  This fixes some
  137.     programs which are erroneously attempting to extract a GadgetID
  138.     from non-gadget-related IntuiMessages.  Such programs crash
  139.     on 68000-based Amigas with a guru number 80000003.
  140.  
  141.   o The line-A exception entry can be inadvertently altered by the ROMs.
  142.     SetPatch corrects this.
  143.  
  144.   o The V37.175 ROM does not unpack the monitor data from the ROM
  145.     correctly.  This is corrected by first checking if the monitor
  146.     exists and returning bad mode ID return codes if it does not.
  147.  
  148.   o Open() of paths more than 128 characters long now works.
  149.  
  150.   o The SIGF_SINGLE signal bit is now cleared before allowing an open of
  151.     scsi.device to proceed.  Certain versions of scsi.device fail to
  152.     clear that signal before using it.
  153.  
  154.   o Patch to fix some holes in the SharedSemaphore routines.
  155.  
  156.   o Fixes some applications using certain inappropriate functions such
  157.     as SetRGB4() from within an interrupt.
  158.  
  159.   o The 2000 microsecond waits from trackdisk are increased to 3000
  160.     microseconds, in order to allow older A1010 drives to work under 2.0.
  161.  
  162.   o The level-7 interrupt vector is pointed at an RTE instruction, for
  163.     efficiency.
  164.